object Form1: TForm1 Left = 200 Top = 108 Width = 189 Height = 68 Caption = 'Form1' Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] PixelsPerInch = 96 TextHeight = 13 object LoadLibBtn: TButton Left = 8 Top = 8 Width = 75 Height = 25 Caption = '&Load Library' TabOrder = 0 OnClick = LoadLibBtnClick end object FreeLibBtn: TButton Left = 96 Top = 8 Width = 75 Height = 25 Caption = '&Free Library' Enabled = False TabOrder = 1 OnClick = FreeLibBtnClick end end